home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / otto14.zip / GETNEWS < prev    next >
Text File  |  1992-03-16  |  1KB  |  47 lines

  1. ;This script gets latest news summary (kindof) and sports scores.  
  2.  
  3. ;Unfortunately Compuserve (CIS) has the AP menus set up so that they 
  4. ;change everytime new data is added.  Therefore the menu selection to get 
  5. ;the latest news at 5 am today won't be the same as you'd use to get the 5 
  6. ;am news tommorrow.  It seems like it wouldn't be that hard for them to 
  7. ;add a consistent menu selection (like entering 0) that would give you the 
  8. ;latest news summary (or sports info) no matter when you logged on.  If 
  9. ;you'd like to see CIS add such a menu choice let them know by entering 
  10. ;"GO FEEDBACK" at any CIS menu. 
  11.  
  12. w c "!"
  13. "go basicnews|"
  14. w c "!"
  15. "1|"
  16. w c "!"
  17. "|"
  18. w c "!"
  19. "1|"            ;select latest news
  20. w c "!"
  21. "Φ86 "          ;Φ86 is special code 86 or Alt-D, the signal to have 
  22.                 ;Autosig save screen data to disk
  23. w c "name: "
  24. "news|"         ;name of captured file
  25. w .5 
  26. "0|"            ;this number changes with time, see note above
  27. w c "!"
  28. "Φ86 "          ;end screen capture
  29. "m|"
  30. w c "!"
  31. "m|"
  32. w (-2,-1) "13 Science"
  33. "3|"            ;select sports
  34. w c "!"
  35. "1|"            ;select scores
  36. w c "!"
  37. "Φ86 "          ;initiate another capture
  38. w c "name: "
  39. "scores|"
  40. w .5
  41. "0|"            ;this number also changes with time 
  42. w c "!"
  43. "Φ86 "          ;end capture
  44. "m|"
  45. end
  46.  
  47.